ArcPad Configuration File Schema
MAPNAVIGATOR Element
See Also  Send comments on this topic.
ArcPad Configuration File Schema > ArcPad Element > CONFIG Element > TOOLBARS Element : MAPNAVIGATOR Element

Glossary Item Box

Diagram

TOOLBUTTON Element Sequence MAPNAVIGATOR Element

Overview

backgroundcolor optional xs:string
horizalignment optional Restriction of xs:string
style optional Restriction of xs:int
tintcolor optional xs:string
transparency optional xs:double
Sequence
TOOLBUTTON 1..8
command optional xs:string
useonce optional Restriction of xs:string
flip optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
backgroundcolorxs:stringoptional   
horizalignmentRestriction of xs:stringoptionalleft  
styleRestriction of xs:intoptional0  
tintcolorxs:stringoptional0,20,40  
transparencyxs:doubleoptional   

Source

<xs:element maxOccurs="1" name="MAPNAVIGATOR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="8" name="TOOLBUTTON">
        <xs:complexType>
          <xs:attribute ref="command" />
          <xs:attribute default="true" name="useonce">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="true" />
                <xs:enumeration value="false" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
          <xs:attribute default="true" name="flip">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="true" />
                <xs:enumeration value="false" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute default="SteelBlue" ref="backgroundcolor" />
    <xs:attribute ref="horizalignment" />
    <xs:attribute default="0" name="style">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0" />
          <xs:maxInclusive value="3" />
          <xs:pattern value="[\-+]?[0-9]+" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="0,20,40" name="tintcolor" type="xs:string" />
    <xs:attribute default="0.0" ref="transparency" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.